home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
emula
/
arosdv19.lha
/
AROS
/
include
/
makefile
Wrap
Makefile
|
1996-10-25
|
449b
|
22 lines
# $Id: makefile,v 1.4 1996/10/25 14:28:56 aros Exp $
TOP=..
include $(TOP)/config/make.cfg
AMIGADIR=$(TOP)/amiga
OBJDIR=$(GENDIR)/include
INCDIR=$(BINDIR)/include
all: setup $(OBJDIR)/links
$(OBJDIR)/links:
$(TOP)/scripts/makelinks . $(INCDIR) "*.h"
touch $(OBJDIR)/links
setup:
@if [ ! -d $(OBJDIR) ]; then $(MKDIR) $(OBJDIR) ; else true ; fi
@if [ ! -d $(INCDIR) ]; then $(MKDIR) $(INCDIR) ; else true ; fi
clean:
$(RM) $(INCDIR) links